Idea Summary — Toolbox Design
Overview
A configurable toolbox system that allows users to enable or disable specific tools for each stage of the development workflow. Tools are defined in tools.json and organized by workflow stage.
Key Features
- Per-stage tool configuration (ideation, requirement, feature)
- Enable/disable individual tools via boolean flags
- Extra instructions per tool section
- Theme selection with design system tokens
Success Criteria
- Tools load from
tools.json at workflow start
- Disabled tools are never invoked
- Configuration changes take effect immediately